.logo {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translateX(-50%), translateY(-50%);
  }

  .logo img {
    width: 250px; 
    height: 90px
  }

  .error {
    color: red; 
    font-size: 25px;
  }

  .oblique-image {
    background: #24C6DC; 
    background: -webkit-linear-gradient(to right, #514A9D, #24C6DC); 
    background: linear-gradient(to right, #514A9D, #24C6DC);
  }